PCA Index Dashboard Examples

PCA Index Dashboard Examples#

x = [1, 2, 3]

y = [i**2 for i in x]

plt.plot(x, y, marker='o')  
plt.title('y = x^2')  
plt.xlabel('x')  
plt.ylabel('y') 
plt.grid(True)  
plt.show()
../_images/1de7e4157cd18104bc6bc1f1eb06f014d77d7ea879387c1ea4102808151cb49b.png
This script was last run at 2024-03-09 19:36:53.231465+00:00 (UTC)
In US/Central Time, this is 2024-03-09 13:36:53.231465-06:00
../_images/8e845775f955bb5d7aebdbe5927e3e4b5df69fd13de0f458fd8dea61648f6b49.png
../_images/8b1bd6b8ea6751755116493814491c17f2581a5dc67ce43717f59afc1963f69c.png